home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Misc / DXDiagOutput / DxDiagOutput.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  3.6 KB  |  132 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="DxDiagOutput"
  6.     ProjectGUID="{AD269CFD-3DE8-4B18-BF01-F08087C2A1CD}"
  7.     SccProjectName=""
  8.     SccLocalPath="">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug|Win32"
  16.             OutputDirectory=".\Debug"
  17.             IntermediateDirectory=".\Debug"
  18.             ConfigurationType="1"
  19.             UseOfMFC="0"
  20.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21.             CharacterSet="2">
  22.             <Tool
  23.                 Name="VCCLCompilerTool"
  24.                 Optimization="0"
  25.                 PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
  26.                 BasicRuntimeChecks="3"
  27.                 RuntimeLibrary="5"
  28.                 UsePrecompiledHeader="0"
  29.                 PrecompiledHeaderThrough="stdafx.h"
  30.                 PrecompiledHeaderFile=".\Debug/DxDiagOutput.pch"
  31.                 AssemblerListingLocation=".\Debug/"
  32.                 ObjectFile=".\Debug/"
  33.                 ProgramDataBaseFileName=".\Debug/"
  34.                 WarningLevel="3"
  35.                 SuppressStartupBanner="TRUE"
  36.                 DebugInformationFormat="4"/>
  37.             <Tool
  38.                 Name="VCCustomBuildTool"/>
  39.             <Tool
  40.                 Name="VCLinkerTool"
  41.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  42.                 AdditionalDependencies="odbc32.lib odbccp32.lib"
  43.                 OutputFile=".\Debug/DxDiagOutput.exe"
  44.                 LinkIncremental="2"
  45.                 SuppressStartupBanner="TRUE"
  46.                 GenerateDebugInformation="TRUE"
  47.                 ProgramDatabaseFile=".\Debug/DxDiagOutput.pdb"
  48.                 SubSystem="1"/>
  49.             <Tool
  50.                 Name="VCMIDLTool"
  51.                 TypeLibraryName=".\Debug/DxDiagOutput.tlb"/>
  52.             <Tool
  53.                 Name="VCPostBuildEventTool"/>
  54.             <Tool
  55.                 Name="VCPreBuildEventTool"/>
  56.             <Tool
  57.                 Name="VCPreLinkEventTool"/>
  58.             <Tool
  59.                 Name="VCResourceCompilerTool"
  60.                 PreprocessorDefinitions="_DEBUG"
  61.                 Culture="1033"/>
  62.             <Tool
  63.                 Name="VCWebServiceProxyGeneratorTool"/>
  64.             <Tool
  65.                 Name="VCWebDeploymentTool"/>
  66.         </Configuration>
  67.         <Configuration
  68.             Name="Release|Win32"
  69.             OutputDirectory=".\Release"
  70.             IntermediateDirectory=".\Release"
  71.             ConfigurationType="1"
  72.             UseOfMFC="0"
  73.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  74.             CharacterSet="2">
  75.             <Tool
  76.                 Name="VCCLCompilerTool"
  77.                 InlineFunctionExpansion="1"
  78.                 PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
  79.                 StringPooling="TRUE"
  80.                 RuntimeLibrary="4"
  81.                 EnableFunctionLevelLinking="TRUE"
  82.                 UsePrecompiledHeader="0"
  83.                 PrecompiledHeaderThrough="stdafx.h"
  84.                 PrecompiledHeaderFile=".\Release/DxDiagOutput.pch"
  85.                 AssemblerListingLocation=".\Release/"
  86.                 ObjectFile=".\Release/"
  87.                 ProgramDataBaseFileName=".\Release/"
  88.                 WarningLevel="3"
  89.                 SuppressStartupBanner="TRUE"/>
  90.             <Tool
  91.                 Name="VCCustomBuildTool"/>
  92.             <Tool
  93.                 Name="VCLinkerTool"
  94.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  95.                 AdditionalDependencies="odbc32.lib odbccp32.lib"
  96.                 OutputFile=".\Release/DxDiagOutput.exe"
  97.                 LinkIncremental="1"
  98.                 SuppressStartupBanner="TRUE"
  99.                 ProgramDatabaseFile=".\Release/DxDiagOutput.pdb"
  100.                 SubSystem="1"/>
  101.             <Tool
  102.                 Name="VCMIDLTool"
  103.                 TypeLibraryName=".\Release/DxDiagOutput.tlb"/>
  104.             <Tool
  105.                 Name="VCPostBuildEventTool"/>
  106.             <Tool
  107.                 Name="VCPreBuildEventTool"/>
  108.             <Tool
  109.                 Name="VCPreLinkEventTool"/>
  110.             <Tool
  111.                 Name="VCResourceCompilerTool"
  112.                 PreprocessorDefinitions="NDEBUG"
  113.                 Culture="1033"/>
  114.             <Tool
  115.                 Name="VCWebServiceProxyGeneratorTool"/>
  116.             <Tool
  117.                 Name="VCWebDeploymentTool"/>
  118.         </Configuration>
  119.     </Configurations>
  120.     <Files>
  121.         <Filter
  122.             Name="Source Files"
  123.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  124.             <File
  125.                 RelativePath=".\DxDiagOutput.cpp">
  126.             </File>
  127.         </Filter>
  128.     </Files>
  129.     <Globals>
  130.     </Globals>
  131. </VisualStudioProject>
  132.